home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows News 2005 November
/
WNnov2005.iso
/
Windows
/
Equipement
/
hMailServer
/
hMailServer-4.1-Build-136.exe
/
{app}
/
DBScripts
/
Upgrade1500to1600MSSQL.sql
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-07-07
|
344 b
|
14 lines
insert into hm_settings (settingname, settingstring, settinginteger) values ('usespamhaus', '', 0)
create table hm_securityranges
(
rangeid int identity (1, 1) not null,
rangepriorityid int not null,
rangelowerip int not null,
rangeupperip int not null,
rangeoptions int not null
)
update hm_dbversion set value = 1600